<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerswiper .swiper-button-prev:after, .bannerswiper .swiper-button-next:after {
	color: #fff;
}
.bannerswiper  .swiper-pagination-bullet {
	margin: 5px;
	width: 24px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .5);
}
.bannerswiper .swiper-pagination-bullet-active {
	background: #fff;
}
.sec1 .ul1 {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sec1 .ul1 li {
	width: 16.599%;
	float: left;
}

.sec1 .ul1 li a {
	display: block;
	font-size: 18px;
	padding: 26px 0;
	position: relative;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	border-right: 1px solid rgba(255, 255, 255, .6);
	background: #0b81de;
	color: rgba(255, 255, 255, .9);
	font-family: "思源黑体 CN", "Microsoft YaHei", "Helvetica Neue";

}

.sec1 .ul1 li a span {
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	width: 50px;
	bottom: 0;
	opacity: 0.09;
	background: url(../images/num1.png) no-repeat center;
	background-size: 100%;
}

.sec1 .ul1 li:nth-child(2) a span {
	background-image: url(../images/num2.png);
}

.sec1 .ul1 li:nth-child(3) a span {
	background-image: url(../images/num3.png);
}

.sec1 .ul1 li:nth-child(4) a span {
	background-image: url(../images/num4.png);
}

.sec1 .ul1 li:nth-child(5) a span {
	background-image: url(../images/num5.png);
}

.sec1 .ul1 li:nth-child(6) a span {
	background-image: url(../images/num6.png);
}

.sec1 .ul1 li:nth-child(7) a span {
	background-image: url(../images/num7.png);
}

.sec1 .ul1 li:nth-child(8) a span {
	background-image: url(../images/num8.png);
}

.sec1 .ul1 li:nth-child(9) a span {
	background-image: url(../images/num9.png);
}

.sec1 .ul1 li:nth-child(10) a span {
	background-image: url(../images/num10.png);
}

.sec1 .ul1 li:nth-child(11) a span {
	background-image: url(../images/num11.png);
}

.sec1 .ul1 li:nth-child(12) a span {
	background-image: url(../images/num12.png);
}

.sec1 .ul1 li.last a {
	text-align: left;
	padding-left: 30%;
	background: url(../images/more.png) #0b81de no-repeat right 25% center;
	background-size: 60px;
}

.sec1 .box1 {
	width: 40%;
	/*****background: linear-gradient(to right bottom, #0b81de, #5aaf67);***/
	background: #f9f9f9 url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	position: relative
}

.sec1 .box1 .swiper-pagination {
	bottom: 12px;

}

.sec1 .box1 .swiper-pagination-bullet {
	width: 28px;
	height: 8px;
	border-radius: 4px;
	margin: 0 6px;
	background-color: #fff;
}

.sec1 .box1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0b81de;

}

.sec1 .box1 a {
	display: block;
	padding: 75px 40px;
	color: #333;
	overflow: hidden;
	position: relative;
}

.sec1 .box1 .text {
	position: absolute;
	left: 40px;
	top: 100px;
}

.sec1 .box1 a h3 {
	font-size: 28px;
}

.sec1 .box1 a h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0;
}

.sec1 .box1 a p {
	font-size: 15px;
	margin: 20px 0 30px;
}

.sec1 .box1 a span {
	display: block;
	width: 160px;
	line-height: 38px;
	background: rgb(11 129 222 / 75%);
	color: #fff;
	text-align: center;
	border-radius: 20px;
	font-size: 15px;
}

.sec1 .box1 a span:hover img {
	margin-left: 12px;
}

.sec1 .box1 a span img {
	width: 26px;
	margin-left: 8px;
	margin-top: -4px;
	transition: 0.3s;
}

.sec1 .box1 .pho {
	width: 60%;
	margin-left: 40%;
}

.sec1 .box2 {
	width: 60%;
}

.sec1 .box2 li {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 0px 30px 30px;
}

.sec1 .box2 li a {
	display: block;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 12px 24px;
	position: relative;
}


.sec1 .box2 li .text {
	position: absolute;
	left: 30px;
	top: 40px;
	color: #555;
}

.sec1 .box2 li .text h3 {
	font-size: 25px;
}

.sec1 .box2 li .text h4 {
	font-size: 20px;
	font-weight: 500;
	color: #666;
}

.sec1 .box2 li .text span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon2.png) no-repeat;
	background-size: cover;
	margin: 14px 0 0 15px;
	transition: 0.3s;

}

.sec1 .box2 li:hover .text span {
	background-image: url(../images/icon1.png);
	margin-left: 25px;
}

.sec1 .box2 li .pho {
	width: 50%;
	margin-left: 50%;
}

.sec2 {
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 40px;

}

.sec2 .comBox {
	position: relative;
	overflow: hidden;
}

.sec2 .comBox .pho {
	width: 58%;
	position: absolute;
	left: 0;
	top: 0;
}

.sec2 .comBox .text {
	width: 54%;
	float: right;
	position: relative;
	z-index: 100;
	padding: 30px 0% 0 0px;
	box-sizing: border-box;
}

.sec2 .comBox .text h3 {
	font-size: 50px;
	margin-left: 30%;
	color: #0b81de;
}

.sec2 .comBox .text h3 b {
	font-size: 20px;
	display: inline-block;
	position: relative;
	top: -10px;
	margin: 0 10px
}

.sec2 .comBox .text strong.en {
	display: block;
	position: absolute;
	right: 20%;
	top: 0px;
	font-size: 140px;
	color: #0b81de;
	opacity: 0.05;
	z-index: -1;
}

.sec2 .comBox .text .tex {
	margin: 4% 0 0 6%;
	padding: 6% 15% 10% 6%;
	background: #0b81de url(../images/bg2.png) no-repeat top center;
}

.sec2 .comBox .text .tex p {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
}

.sec2 .comBox .text .tex a {
	display: block;
	width: 110px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 21px;
	padding-left: 30px;
	float: right;
	margin-top: 30px;
	font-size: 15px;
	background: url(../images/jt1.png) no-repeat right 20px center;
	background-size: 30px;
	transition: 0.3s;
}

.sec2 .comBox .text .tex a:hover {
	background-position: right 10px center;
}

.sec2 ul {
	background: #fff;
	padding-top: 30px;
	margin-left: -50%;
	width: 128%;
	position: relative;
}

.sec2 ul:before {
	content: "";
	width: 240px;
	height: 14px;
	background: url(../images/icon4.png) no-repeat right center;
	background-size: cover;
	position: absolute;
	left: -27%;
	bottom: 70px;
}

.sec2 li {
	width: 28%;
	margin-left: 30px;
	float: left;
}

.sec2 ul li p {
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}


.sec3 .swiper-container {
	margin-top: 30px;
}

.sec3 .swiper-slide a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	background: #fff url(../images/bg3.png);
	position: relative;
	margin: 10px 50px 150px;

}

.sec3 .swiper-slide .text {
	width: 54%;
	padding: 70px 70px 48px 60px;
	box-sizing: border-box;
	position: relative;
}

.sec3 .swiper-slide .text h3 {
	font-size: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec3 .swiper-slide .text p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-top: 30px;
	height: 96px;
	overflow: hidden;
}

.sec3 .swiper-slide .text span {
	display: block;
	width: 160px;
	line-height: 50px;
	text-align: center;
	background: #0b81de;
	color: #fff;
	border-radius: 25px;
	font-size: 16px;
	margin-top: 20px;
}

.sec3 .swiper-slide .text strong {
	display: block;
	position: absolute;
	right: 60px;
	bottom: 20px;
	font-size: 140px;
	color: #eff4fd;
	line-height: 100px;
	font-weight: normal;
}

.sec3 .swiper-button-prev {
	left: 45%;
	bottom: 60px;
	top: inherit;
	margin-top: inherit;
	z-index: 100;
}

.sec3 .swiper-button-next {
	left: 48%;
	bottom: 60px;
	top: inherit;
	margin-top: inherit;
	z-index: 100;
}

.sec3 .swiper-button-prev:after, .sec3 .swiper-button-next:after {
	color: #0b81de;
}

.sec3 .swiper-pagination {
	text-align: left;
	left: 60px;
	bottom: 70px;
}

.sec3 .swiper-pagination-bullet {
	background: #666;
	width: 14px;
	height: 14px;
	margin: 0 7px;
}

.sec3 .swiper-pagination-bullet-active {
	background: #0b81de;
}

.sec3 .swiper-slide .pho {
	width: 42%;
	position: absolute;
	right: 70px;
	top: 60px;
}

.sec4 .pic {
	margin: 10px 0 30px;
	position: relative;
}

.sec4 .pic .pho img {
	width: 25%;
	float: left;
}

.sec4 ul {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.sec4 li {
	width: 25%;
	float: left;
	height: 100%;
}

.sec4 li a {
	display: block;
	border-right: 1px solid rgb(197 204 198);
	position: relative;
	overflow: hidden;
	height: 100%;
}

.sec4 li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 10;
}

.sec4 li a .text {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0%;
	top: 40px;
	transform: translateY(120%);
	background: url(../images/bg.png) no-repeat;
	background-size: cover;
	padding: 50px 30px 0;
	z-index: 100;
	opacity: 0;
	transition: 0.3s;
}

.sec4 li a .text strong {
	font-size: 27px;
	color: #141414;
}

.sec4 li a .text h3 {
	font-size: 22px;
	color: #0b81de;
	margin: 18px 0 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 li a .text p {
	line-height: 30px;
	font-size: 15px;
	color: #555;
}

.sec4 li a .text span {
	display: block;
	width: 140px;
	line-height: 40px;
	text-align: center;
	background: #0b81de;
	color: #fff;
	margin-top: 60px;
	font-size: 15px;
}

.sec4 li a .tex {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 40px;
	color: #fff;
	z-index: 80;
	background: linear-gradient(0, rgba(46, 46, 46, .6) 50%, rgba(46, 46, 46, .02) 99%);
}

.sec4 li a .tex strong {
	font-size: 25px;
	font-weight: normal;
}

.sec4 li a .tex h3 {
	font-size: 20px;
	margin: 18px 0 50px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 li a .tex span {
	display: inline-block;
	padding-right: 40px;
	margin-bottom: 40px;
	font-size: 14px;
	background: url(../images/jt1.png) no-repeat right center;
	background-size: 30px;
}

.sec4 li:hover a .tex {
	opacity: 0;
}

.sec4 li:hover a .text {
	opacity: 1;
	transform: translateY(0);
}

.sec6 {
	padding: 40px 0;
}

.sec6 li {
	width: 25%;
	float: left;
	padding: 20px 20px 35px;
	box-sizing: border-box;
}

.sec6 li a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.sec6 li h3 {
	font-size: 18px;
	padding: 0 40px 0 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 80px;
	background: #0b81de url(../images/icon5.png) no-repeat right 14px center;
	background-size: 30px;
	transition: 0.3s;
	color: #fff;
}

.sec6 li:hover h3 {
	background-position: right 10px center;
}

.sec6 li .pho {
	position: relative;
}

.sec6 li .pho:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.05);
	z-index: 10;
}

.sec6 li .pho:after {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon6.png) no-repeat center;
	background-size: cover;
	z-index: 100;
}

.sec5 {
	background: url(../images/bg3.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 40px;
}

.sec5 .ul1 {
	margin: 0 20px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
}

.sec5 .ul1 li {
	width: 33.33%;
	float: left;
	border-right: 1px solid #cdcdcd;
	box-sizing: border-box;
}

.sec5 .ul1 li:last-child {
	border-right: none;
}

.sec5 .ul1 li img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sec5 .ul1 li .text {
	padding: 30px 10px 20px;
}

.sec5 .ul1 li a {
	display: block;
	padding: 40px 60px 0px;
}

.sec5 .ul1 li a strong.time {
	display: block;
	color: #0b81de;
	font-size: 16px;
	font-weight: normal;
	background: url(../images/icon3.png) no-repeat left center;
	background-size: 24px;
	padding-left: 30px;
	line-height: 30px;
}

.sec5 .ul1 li a h3 {
	margin: 16px 0 12px;
	font-size: 24px;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.sec5 .ul1 li a p {
	color: #666;
	line-height: 30px;
	font-size: 15px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}

.sec5 .ul1 li a span {
	display: block;
	line-height: 60px;
	border-top: 1px solid #ccc;
	color: #aaa;
	font-size: 16px;
	background: url(../images/icon2.png) no-repeat right 20px center;
	background-size: 27px;
	transition: 0.3s;
}

.sec5 .ul1 li:hover a span {
	background: url(../images/icon1.png) no-repeat right 5px center;
	background-size: 27px;
	color: #0b81de;
	border-color: #0b81de;
}

.sec5 .ul1 li:hover a h3 {
	color: #0b81de;
}

.sec5 .ul2 {
	margin: 40px 0;
}

.sec5 .ul2 li {
	width: 33.33%;
	padding: 0 20px;
	float: left;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.sec5 .ul2 li a {
	display: block;
	background: rgba(255, 255, 255, .9) url(../images/bg4.png) no-repeat bottom center;
	background-size: auto;

}

.sec5 .ul2 li .text {
	padding: 24px 40px 20px;
}

.sec5 .ul2 li .text .time strong {
	font-size: 40px;
	color: #0b81de;
}

.sec5 .ul2 li .text .time span {
	font-size: 15px;
	color: #999;
	margin-left: 5px;
	display: inline-block;
}

.sec5 .ul2 li .text h3 {
	margin: 0px 0 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #222;
	font-weight: 500;
	line-height: 40px;
}

.sec5 .ul2 li .text p {
	font-size: 15px;
	color: #444;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.sec5 .ul2 li a .bott {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	font-size: 14px;
	background: url(../images/icon2.png) no-repeat right 12px bottom;
	background-size: 24px;
	transition: 0.3s;
	color: #999;
}

.sec5 .ul2 li:hover .text h3 {
	color: #0b81de;
}

.sec5 .ul2 li:hover a .bott {
	background: url(../images/icon1.png) no-repeat right 4px bottom;
	background-size: 24px;
	color: #0b81de;
	border-top-color: #0b81de;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {

	.sec1 .ul1 li.last a {
		padding-left: 25%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec1 .ul1 li a {
		font-size: 17px;
	}

	.sec1 .box1 a {
		padding: 66px 40px;
	}

	.sec1 .box1 a h3 {
		font-size: 24px;
	}

	.sec1 .box1 a h4 {
		font-size: 18px;
	}

	.sec1 .box1 a span {
		width: 150px;
	}

	.sec1 .box2 li .text h4 {
		font-size: 18px;
	}

	.sec1 .box2 li .text h3 {
		font-size: 22px;
	}

	.sec1 .box2 li .text span {
		width: 24px;
		height: 24px;
	}

	.sec3 .swiper-slide .text h3 {
		font-size: 25px;
	}

	.sec3 .swiper-slide .text p {
		font-size: 15px;
		line-height: 30px;
	}

	.sec3 .swiper-slide .text strong {
		font-size: 120px;
	}

	.sec3 .swiper-slide .text span {
		width: 140px;
		line-height: 43px;
	}

	.sec3 .swiper-slide a {
		margin-bottom: 100px;
	}

	.sec3 .swiper-pagination {
		bottom: 50px
	}

	.sec3 .swiper-button-prev, .sec3 .swiper-button-next {
		bottom: 40px;
	}

	.sec2 .comBox .text .tex {
		padding-top: 4%;
	}

	.sec2 .comBox .text .tex p {
		line-height: 34px;
	}

	.sec2 .comBox .text .tex a {
		line-height: 35px;
		margin-top: 20px;
	}

	.sec2 ul li p {
		font-size: 16px;
		margin-top: 0;
	}

	.sec6 li h3 {
		line-height: 50px;
		font-size: 17px;
		background-size: 23px;
		font-weight: normal;
	}

	.sec5 .ul1 li a {
		padding: 40px 40px 0;
	}

	.sec5 .ul1 li .text {
		padding: 20px 8px 20px;
	}

	.sec5 .ul1 li a h3 {
		font-size: 20px;
		margin: 12px 0;
	}

	.sec5 .ul1 li a p {
		font-size: 14px;
		height: 56px;
		line-height: 28px;
	}

	.sec5 .ul1 li a span {
		line-height: 46px;
		font-size: 15px;
		background-size: 25px;
	}

	.sec5 .ul1 li:hover a span {
		background-size: 25px;
	}

	.sec5 .ul2 li .text {
		padding: 14px 28px 25px;
	}

	.sec5 .ul2 li .text .time strong {
		line-height: 50px;
	}

	.sec5 .ul2 li .text h3 {
		font-size: 19px;
	}

	.sec5 .ul2 li .text p {
		font-size: 14px;
		height: 50px;
		line-height: 25px;
	}

	.sec5 .ul2 li a .bott {
		margin-top: 20px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.sec1 .ul1 li.last a {
		padding-left: 20%;
	}

	.sec1 .box1 a {
		padding: 62px 40px;
	}

	.sec .more a {
		width: 140px;
		line-height: 42px;
	}

	.sec6 li {
		padding: 20px 13px 25px;
	}

	.sec2 .comBox .text h3 {
		font-size: 40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	.sec5 .ul1 li a h3 {
		font-size: 18px;
	}

	.sec5 .ul1 li a strong.time {
		font-size: 15px;
		background-size: 20px;
		line-height: 26px;
		padding-left: 26px;
	}

	.sec5 .ul1 li a p {
		margin-bottom: 10px;
	}

	.sec5 .ul1 li a span {
		background-size: 22px;
	}

	.sec5 .ul1 li:hover a span {
		background-size: 22px;
	}

	.sec5 .ul2 li .text h3 {
		font-size: 17px;
		margin: 0;
	}

	.sec5 .ul2 li .text p {
		font-size: 13px;
		line-height: 24px;
		height: 48px;
	}

	.sec5 .ul2 li a .bott {
		margin-top: 10px;
		background-size: 20px;
		padding-top: 10px;
	}

	.sec5 .ul2 li:hover a .bott {
		background-size: 20px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.sec4 li a .text span {
		margin-top: 20px;
	}
	.sec4 li a .text p {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
		overflow: hidden;
	}
	.sec3 .swiper-slide .pho {
		top: 30px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bannerswiper .swiper-button-prev:after, .bannerswiper .swiper-button-next:after {
		font-size: 30px;
	}

	.sec1 .ul1 li {
		width: 50%;
		float: left;
	}

	.sec1 .ul1 li a {
		font-size: 16px;
		padding: 15px 0;

	}

	.sec1 .ul1 li a span {
		display: none;
	}

	.sec1 .ul1 li.last a {
		padding-left: 15%;
		background-size: 44px;
	}

	.sec1 .box1 {
		width: 100%;
	}

	.sec1 .box1 .swiper-pagination {
		bottom: 8px;
	}

	.sec1 .box1 .swiper-pagination-bullet {
		width: 22px;
		height: 6px;
	}

	.sec1 .box1 a {
		padding: 40px 20px 20px;
	}

	.sec1 .box1 .text {
		left: 20px;
		top: 30px;
	}

	.sec1 .box1 a h3 {
		font-size: 20px;
	}

	.sec1 .box1 a h4 {
		font-size: 16px;
		margin: 6px 0;
	}

	.sec1 .box1 a span {
		width: 140px;
		line-height: 34px;
		border-radius: 17px;
		font-size: 14px;
	}

	.sec1 .box1 a span img {
		width: 22px;
	}

	.sec1 .box1 .pho {
		width: 100%;
		margin-left: 0%;
		margin-top: 30px;
	}

	.sec1 .box2 {
		width: 100%;
	}

	.sec1 .box2 li {
		width: 100%;
		box-sizing: border-box;
		float: inherit;
		padding: 0 0px;
		margin-top: 30px;
	}

	.sec1 .box2 li a {
		padding: 12px;
	}


	.sec1 .box2 li .text {
		left: 20px;
		top: 30px;
	}

	.sec1 .box2 li .text h3 {
		font-size: 18px;
	}

	.sec1 .box2 li .text h4 {
		font-size: 16px;
	}

	.sec1 .box2 li .text span {
		width: 22px;
		height: 22px;
		margin: 8px 0 0 5px;

	}

	.sec1 .box2 li:hover .text span {
		margin-left: 12px;
	}

	.sec1 .box2 li .pho {
		width: 60%;
		margin-left: 40%;
	}

	.sec1 .box2 li:nth-child(2n) .pho {
		margin-left: 0;
	}

	.sec1 .box2 li:nth-child(2n) .text {
		right: 20px;
		left: inherit;
		top: 30px;
	}

	.sec1 .more {
		margin-top: 22px;
	}

	.sec2 {
		background: url(../images/bg2.jpg) no-repeat center top;
		background-size: cover;
		margin-top: 40px;

	}

	.sec2 .comBox {
		position: relative;
		overflow: hidden;
	}

	.sec2 .comBox .pho {
		width: 100%;
		position: inherit;
		left: inherit;
		top: inherit;
	}

	.sec2 .comBox .text {
		width: 100%;
		float: inherit;
		padding: 20px 0% 0 0px;
	}

	.sec2 .comBox .text h3 {
		font-size: 30px;
		margin-left: 0%;
		text-align: center;
	}

	.sec2 .comBox .text h3 b {
		font-size: 25px;
		top: -2px;
	}

	.sec2 .comBox .text strong.en {
		right: 0%;
		left: 0;
		text-align: center;
		font-size: 60px;
	}

	.sec2 .comBox .text .tex {
		margin: 0;
		padding: 0 12px;
		background: none;
	}

	.sec2 .comBox .text .tex p {
		color: #333;
		font-size: 15px;
		line-height: 30px;
	}

	.sec2 .comBox .text .tex a {
		line-height: 34px;
		width: 130px;
		color: #fff;
		border: none;
		border-radius: 17px;
		padding-left: 0px;
		float: inherit;
		text-align: center;
		margin-top: 30px;
		font-size: 14px;
		background: #0b81de;
		margin: 20px auto 0;
		box-shadow: 0 0 10px rgba(85, 121, 91, .4);
	}

	.sec2 ul {
		display: none;
	}

	.sec3 .swiper-container {
		margin-top: 0px;
	}

	.sec3 .swiper-slide a {
		margin: 10px 10px 60px;

	}

	.sec3 .swiper-slide .text {
		width: 100%;
		padding: 30px;
	}

	.sec3 .swiper-slide .text h3 {
		font-size: 17px;
	}

	.sec3 .swiper-slide .text p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
		height: 78px;
	}

	.sec3 .swiper-slide .text span {
		width: 120px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}

	.sec3 .swiper-slide .text strong {
		right: 20px;
		bottom: 10px;
		font-size: 75px;
		line-height: 60px;
	}

	.sec3 .swiper-button-prev {
		left: 45%;
		bottom: 60px;
		top: inherit;
		margin-top: inherit;
	}

	.sec3 .swiper-button-next {
		display: none;
	}

	.sec3 .swiper-button-prev:after, .sec3 .swiper-button-next:after {

		display: none;
	}

	.sec3 .swiper-pagination {
		bottom: 20px;
		text-align: center;
		left: 0;
	}

	.sec3 .swiper-slide .pho {
		width: 100%;
		position: inherit;
		right: inherit;
		top: inherit;
	}

	.sec4 .pho {
		display: none;
	}

	.sec4 ul {
		margin: 0;
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		bottom: inherit;
	}

	.sec4 li {
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
		float: left;
	}

	.sec4 li a {
		border-right: none;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}

	.sec4 li a:after {
		display: none;
	}

	.sec4 li a .text {
		position: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		top: inherit;
		transform: translateY(0);
		background: url(../images/bg.png) no-repeat;
		background-size: cover;
		padding: 10px;
		opacity: 1;
	}

	.sec4 li a .text strong {
		font-size: 18px;
	}

	.sec4 li a .text h3 {
		font-size: 16px;
		margin: 5px 0 15px;
	}

	.sec4 li a .text p {
		line-height: 26px;
		font-size: 14px;
		height: 52px;
		overflow: hidden;
	}

	.sec4 li a .text span {
		width: 120px;
		line-height: 32px;
		margin-top: 20px;
		border-radius: 4px;
		font-size: 14px;
	}

	.sec6 {
		padding: 10px 0 20px;
	}

	.sec6 li {
		width: 100%;
		float: inherit;
		padding: 10px 10px 12px;
	}

	.sec6 li a {
		border-radius: 8px;
	}

	.sec6 li h3 {
		font-size: 17px;
		padding: 0 40px 0 14px;
		font-weight: 500;
		line-height: 50px;
		background: #0b81de url(../images/icon5.png) no-repeat right 10px center;
		background-size: 22px;
	}

	.sec6 li .pho:after {
		width: 50px;
		height: 50px;
	}

	.sec5 {
		background: url(../images/bg3.jpg) no-repeat center top;
		background-size: cover;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.sec5 .ul1 {
		margin: 0px;
	}

	.sec5 .ul1 li {
		width: 100%;
		float: inherit;
		border-bottom: 1px dashed #999999;
		border-right: none;
	}

	.sec5 .ul1 li:last-child {
		border-bottom: none;
	}

	.sec5 .ul1 li .text {
		padding: 20px 10px;
	}

	.sec5 .ul1 li a {
		padding: 20px 20px 0;
	}

	.sec5 .ul1 li a strong.time {
		font-size: 13px;
		background-size: 16px;
		padding-left: 23px;
		line-height: 20px;
	}

	.sec5 .ul1 li a h3 {
		margin: 8px 0;
		font-size: 17px;
	}


	.sec5 .ul1 li a p {
		line-height: 18px;
		font-size: 13px;
		height: 54px;
		margin-bottom: 14px;
	}

	.sec5 .ul1 li a span {
		line-height: 40px;
		font-size: 14px;
		background-size: 22px;
	}

	.sec5 .ul1 li:hover a span {
		background-size: 22px;
	}


	.sec5 .ul2 {
		margin: 0px 0 20px;
	}

	.sec5 .ul2 li {
		width: 100%;
		padding: 0px;
		float: inherit;
		margin-top: 22px;
	}

	.sec5 .ul2 li .text {
		padding: 18px 20px 20px;
	}

	.sec5 .ul2 li .text .time strong {
		font-size: 32px;
	}

	.sec5 .ul2 li .text h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.sec5 .ul2 li .text p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.sec5 .ul2 li a .bott {
		background-size: 22px;
	}

	.sec5 .ul2 li:hover a .bott {
		background-size: 22px;
	}
}</pre></body></html>